名前 | 解説 | |
---|---|---|
DeferrableObservableCollection<T> コンストラクタ |
DeferrableObservableCollection<T>データ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Count | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
InUpdate | Gets a System.Boolean value determining whether the DeferrableObservableCollection<T> is in update mode (BeginUpdate has been called). | |
Item | System.Collections.ObjectModel.Collection<T>から継承されます。 |
名前 | 解説 | |
---|---|---|
Add | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
BeginUpdate | Prevents raising events until the EndUpdate method is called. | |
Clear | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
Contains | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
CopyTo | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
EndUpdate | Enables raising events. If collection has been changed since the call to the BeginUpdate method, raises PropertyChanged and CollectionChanged events. | |
IndexOf | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
Insert | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
Move | System.Collections.ObjectModel.ObservableCollection<T>から継承されます。 | |
Remove | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
RemoveAt | System.Collections.ObjectModel.Collection<T>から継承されます。 |
名前 | 解説 | |
---|---|---|
CollectionChanged | System.Collections.ObjectModel.ObservableCollection<T>から継承されます。 |